Enum isotope_parser::ast::Form [−][src]
pub enum Form { Null, Head, Beta, Eta, BetaEta, }
Expand description
A reduction form
Variants
No reductions: check only for equality
Head reductions only
Beta reductions
Eta reductions
Beta and eta reductions
Implementations
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]
pub fn pretty<'a, D, A>(&'a self, allocator: &'a D) -> DocBuilder<'a, D, A> where
D: DocAllocator<'a, A>,
D::Doc: Clone,
A: Clone,
[src]Prettyprint a reduction form
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Form
impl UnwindSafe for Form
Blanket Implementations
Mutably borrows from an owned value. Read more